[e10s] select popups on Linux lack sufficient contrast (when dom.forms.select.customstyling is enabled)
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: jaws, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Keywords: regression)
Attachments
(4 files, 1 obsolete file)
Updated•8 years ago
|
Comment 1•8 years ago
|
||
Reporter | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Comment 6•8 years ago
|
||
Reporter | ||
Updated•8 years ago
|
Comment hidden (mozreview-request) |
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Comment 8•8 years ago
|
||
Reporter | ||
Comment 9•8 years ago
|
||
Comment 10•8 years ago
|
||
Comment 11•8 years ago
|
||
Comment 12•8 years ago
|
||
Updated•8 years ago
|
Comment 13•8 years ago
|
||
Updated•8 years ago
|
Comment 15•7 years ago
|
||
Comment 16•6 years ago
|
||
Comment 17•6 years ago
|
||
Comment 18•6 years ago
|
||
Comment 19•6 years ago
|
||
Comment 20•3 years ago
•
|
||
I think maybe this issue has gone away -- I'm guessing as part of our non-native theme conversion, maybe (bug 1535761), since this was due in part to the particulars of certain gtk themes (per comment 0).
I just retested Ubuntu 16.10 using data:text/html,<select><option>1<option>2<option>3
- an old Nightly from the day that I posted comment 6 (when we were just shipping Nighlty with this contrast issue by default, before the
dom.forms.select.customstyling
pref was introduced) - ...vs. current Nightly with the
customstyling
pref flipped totrue
And I confirmed that I could reproduce the issue in old Nightly (the unselection options are grayed-out and invisible), vs. no such issue in current Nightly with the pref flipped to true
.
Comment 21•3 years ago
|
||
I'm going to see if I can narrow down a fix range, but for now unless anyone else can repro, I think we can call this WORKSFORME and then perhaps we can flip the pref in bug 1406865.
Comment 22•3 years ago
|
||
Note, there's a version of this bug that still does exist, which I filed as bug 1751545.
Comment 23•3 years ago
•
|
||
(In reply to Daniel Holbert [:dholbert] from comment #21)
I'm going to see if I can narrow down a fix range
OK, I've got a fix range (obtained in an Ubuntu 16.04.7 VM where I can still reproduce this bug in old affected Nightlies)
Last bad:
http://archive.mozilla.org/pub/firefox/nightly/2018/12/2018-12-09-09-35-14-mozilla-central/firefox-65.0a1.en-US.linux-x86_64.tar.bz2
Built from https://hg.mozilla.org/mozilla-central/rev/88d304c633b6091a21fc64290256ef3fb51b7421
First good:
http://archive.mozilla.org/pub/firefox/nightly/2018/12/2018-12-09-21-43-27-mozilla-central/firefox-65.0a1.en-US.linux-x86_64.tar.bz2
Built from https://hg.mozilla.org/mozilla-central/rev/53fd96ca5aa4298054f581ca846ea2cccbe76085
In that range, it looks like bug 1511138 would've been the thing that fixed this. (It had a bunch of patches, some of which mention theming and SelectChild which I think is about the select
element).
--> changing resolution to FIXED with a dependency on that bug.
Description
•